home *** CD-ROM | disk | FTP | other *** search
/ Amiga Desktop Video CD / Amiga DeskTop Video CD.iso / install / toolalias / source / icon.h < prev    next >
C/C++ Source or Header  |  1994-06-23  |  207b  |  7 lines

  1. /* prototypes from icon.c */
  2. BOOL GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char *TTString(char *name, char *def);
  5. LONG TTInt(char *name, LONG def);
  6. BOOL TTBool(char *name, BOOL def);
  7.